diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 18:12:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-30 18:12:07 +0100 |
| commit | b28215cdec85e3a28cc3c6284535f339cbfb08f4 (patch) | |
| tree | fc5e134b4a3d2d7032cb4785acdfee058dd16f1c /src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro | |
| parent | 2ea4e338752780fe0c34b1bc77621b308e649d1d (diff) | |
| parent | 85140152e0adcac6cf5d096a4a0f7cc28d81a490 (diff) | |
Merge pull request #2 from Sycamost/dev
Dev
Diffstat (limited to 'src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro')
| -rw-r--r-- | src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro b/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro index a641561..90053fe 100644 --- a/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro +++ b/src/pages/[locale]/furthsettins/scotsoun/[scotsounId]/index.astro @@ -1,7 +1,7 @@ --- import Page from '$layouts/Page.astro'; import localeStaticPaths from '$lib/localeStaticPaths'; -import tPage from '$i18n/translations/pages/scotsounGallery'; +import tPage from '$i18n/translations/pages/scotsounRelease'; import translate from '$i18n/translate'; import type Locale from '$types/Locale'; import { getScotsoun } from '$data/scotsoun'; @@ -22,6 +22,6 @@ const t = translate(locale); const scotsoun = await getScotsoun[scotsounId](); --- -<Page title={t(tPage, { key: 'title' })}> +<Page title={t(tPage, { key: 'title', scotsounId, name: scotsoun.title })}> <Scotsoun scotsoun={scotsoun} /> </Page> |
